DataCollection
CanInsert メソッド (C1EntityFrameworkCoreCursorDataCollection<T>)

C1.DataCollection.EntityFrameworkCore アセンブリ > C1.DataCollection.EntityFrameworkCore 名前空間 > C1EntityFrameworkCoreCursorDataCollection<T> クラス : CanInsert メソッド
This parameter is ignored because Entity Framework works with non-ordered sources.
The item that would be inserted.
Determines whether a new item can be inserted in the collection at the specified index.
シンタックス
'宣言
 
Public Overrides Function CanInsert( _
   ByVal index As System.Integer, _
   ByVal item As T _
) As System.Boolean
public override System.bool CanInsert( 
   System.int index,
   T item
)

パラメータ

index
This parameter is ignored because Entity Framework works with non-ordered sources.
item
The item that would be inserted.
参照

C1EntityFrameworkCoreCursorDataCollection<T> クラス
C1EntityFrameworkCoreCursorDataCollection<T> メンバ